getKeysBytes

abstract fun getKeysBytes(index: Int): ByteString
Dictionary encoding for keys
repeated string keys = 3;

Return

The keys at the given index.

Parameters

index

The index of the element to return.